projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b754d05
)
(Lisp Eval): Add C-M-x on defface.
author
Juri Linkov
<juri@jurta.org>
Thu, 10 Jun 2004 04:23:24 +0000
(
04:23
+0000)
committer
Juri Linkov
<juri@jurta.org>
Thu, 10 Jun 2004 04:23:24 +0000
(
04:23
+0000)
man/building.texi
patch
|
blob
|
history
diff --git
a/man/building.texi
b/man/building.texi
index 994e3be3f592288dfe66e038cade4ca2fdb774df..f7c1883e0d369f5fd1fab9a45188c53037984553 100644
(file)
--- a/
man/building.texi
+++ b/
man/building.texi
@@
-989,6
+989,8
@@
defines already has a value. But @kbd{C-M-x} unconditionally resets the
variable to the initial value specified in the @code{defvar} expression.
@code{defcustom} expressions are treated similarly.
This special feature is convenient for debugging Lisp programs.
+Typing @kbd{C-M-x} on a @code{defface} expression reinitializes
+the face according to the @code{defface} specification.
@kindex C-x C-e
@findex eval-last-sexp